DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / SourceChangeEventArgs<T> Class / Ordinal Property

In This Topic
    Ordinal Property (SourceChangeEventArgs<T>)
    In This Topic
    Gets the ordinal position of the collection item that is being changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ordinal As Integer
    public int Ordinal {get;}
    Remarks
    This property can return -1 (ordinal unknown) if the collection cannot provide this information (if IObservableSource<T>.SupportsItemOrdinals returns false).
    See Also